reftests: XFAIL border-half-pixel test
authorBenjamin Otte <otte@redhat.com>
Thu, 16 Sep 2021 18:41:25 +0000 (20:41 +0200)
committerBenjamin Otte <otte@redhat.com>
Thu, 16 Sep 2021 21:59:37 +0000 (23:59 +0200)
the GL renderer can't deal with non-integers

testsuite/reftests/meson.build

index 2e079830dbe4d1456244031e15046a3a71707633..bdb6f705ee228f5d38ef30d8d82c0755d72eb6be 100644 (file)
@@ -463,6 +463,8 @@ xfails = [
   'sizegroups-evolution-identity-page.ui',
   # these depend on details of text layout
   'label-sizing.ui',
+  # the NGL renderer can't deal with non-integer sizes
+  'border-half-pixel.ui'
 ]
 
 reftest_env = environment()